-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove sketchy LikelyFalse
error
#645
remove sketchy LikelyFalse
error
#645
Conversation
This error would trigger on `l:0` on the basis that this is equivalent to `u:0` but always less efficient. There are no other "linting" errors like this in this library, and the C++ implementation doesn't have it, so we should drop it.
CI is broken because of rust-lang/rust#121684 |
Added a pile of commits and filed an issue on rustc to fix CI. |
138559e
to
50db03c
Compare
I can't properly ack because I don't feel super confident with my knowledge of the repo (talking about b87b4fb) but LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 50db03c
cc @sanket1729 can you ACK at least the first commit here? |
Sure. Will do in 10 mins |
1 similar comment
Sure. Will do in 10 mins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 50db03c
This error would trigger on
l:0
on the basis that this is equivalent tou:0
but always less efficient. There are no other "linting" errors like this in this library, and the C++ implementation doesn't have it, so we should drop it.Fixes #633